C#
VB
C++
Initializes a new RasterViewerPointsEventArgs with specified values.
public RasterViewerPointsEventArgs(
RasterViewerInteractiveStatus status,
RasterCollection<Point> points
)
Public Function New( _
ByVal status As Leadtools.Winforms.RasterViewerInteractiveStatus, _
ByVal points As Leadtools.RasterCollection(Of Point) _
)
public:
RasterViewerPointsEventArgs(
Leadtools.Winforms.RasterViewerInteractiveStatus status,
Leadtools.RasterCollection<Point>^ points
)
status
The status of the interactive mode.
points
Interactive mode points.
Refer to InteractiveRegionFreehand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET